home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 24 / Mac Magazin and MacEasy Magazine CD - Issue 24.iso / Utilities / AtariVD Editor ƒ / AtariVD Editor-Read Me < prev    next >
Text File  |  1996-07-08  |  8KB  |  118 lines

  1. AtariVD Editor 1.2.2
  2. Atari 8-bit Virtual Disk Editor for the Macintosh.
  3. Copyright ©1995-96 by Richard A. Carvel
  4.  
  5. AtariVD Editor allows you to create and edit virtual disks for Atari 8-bit computers (400, 800, 1200XL, 600XL, 800XL, 65XE, & 130XE models) on the Macintosh. The virtual disks can be used with Rainbow, Chris Lam's Atari 800/800XL/130XE emulator for the Mac, or with PCXFormer, a PC Atari 8-bit emulator.
  6.  
  7. AtariVD Editor recognizes 8-bit virtual disks in these file formats:
  8.  
  9.      .ATR: Nick Kennedy's SIO ATR file format with a 16 byte header.
  10.      .XFD: No header. File contains only the disk sectors themselves.
  11.      .ATD: AtariDisk format.  Has a 16 byte Macintosh header.
  12.  
  13. AtariVD Editor is capable of reading, writing, and creating virtual disks in both Atari DOS 2.0/2.5 and MyDOS 4.5 formats. In MyDOS format, you can create virtual disks from 720 to 65535 sectors of 128 or 256 bytes. Keep in mind that MyDOS assumes high capacity (over 1040 sector) disks have 256 byte sectors, however.
  14.  
  15. Supported Atari 8-bit disk formats:
  16.  
  17.      810 Single density (720 128-byte sectors) - DOS 2.x or MyDOS 4.5.
  18.      1050 "Enhanced" density (1040 128-byte sectors) - DOS 2.x or MyDOS 4.5.
  19.      MyDOS 4.5 disks from 720-65535 128/256-byte sectors. (90K-16MB)
  20.  
  21.  
  22. AtariVD Editor features
  23.  
  24. Atari 8-bit files on a virtual disk may be cut, copied, pasted, or erased using the standard Edit menu commands. A file is extracted by selecting "Extract Atari File" or by double-clicking on the file. Import files into a virtual disk with the "Add File..." menu command or the "Import" button. Characters which are illegal for the destination virtual disk's DOS are stripped from the Macintosh filename. Valid DOS 2.x characters are uppercase letters and numbers only. MyDOS allows both uppercase and lowercase letters, numbers, the "@" symbol, and "_" (underscore) character.
  25.  
  26. A copy of an open virtual disk may be saved in a different file format using the available "Save as..." commands. The program will not replace an already open file.
  27.  
  28. The first three buttons next to the file list are for working with MyDOS directories. "Main" returns to the top directory level, "Open" opens a selected directory, and "Create" creates a new empty subdirectory within the current directory. Subdirectories may also be opened by double-clicking them. Below these are two more buttons, "Import" and "Erase", which import files and delete a file or an empty subdirectory, respectively.
  29.  
  30. To change a file's position within a directory, simply <option>-drag the selected file to the desired location.
  31.  
  32. AtariVD Editor 1.2.2 provides a file/subdirectory search feature. AtariVD Editor will search for a specified file in the current directory and (on a MyDOS disk) all subdirectories of the current directory. If the optional "Subdirectory:" field is filled, then a match is found only when the file is inside the named subdirectory. To search for a particular subdirectory, simply enter its name in the "File Name:" field just like a file.
  33.  
  34.  
  35. Sector Editor features
  36.  
  37. Each virtual disk window has a sector editor associated with it. Click the "zoom box" to enable or disable it. Bytes in a sector can be edited in either hexadecimal or ASCII form.  Type <Return> while the byte edit box is active or click the "Save Sector" button to save a change. The current sector is changed by typing a number from 1 to a disk's last sector in the sector edit box, then pressing <Return>. The Tab key toggles between the sector# and byte editing boxes. Arrow keys navigate through the sector data.
  38.  
  39. Entire sectors can also be copied and pasted to other open virtual disks by using the standard Edit menu commands when either the hexadecimal or ASCII sector display is highlighted. "Clear" sets all bytes in a sector to zero, but does not save the change to disk. "Cut" copies then zeroes the sector. Modify sectors at your own risk!
  40.  
  41. "Find Byte" searches a sector for a byte match with an entered value. "Compare Sectors" looks for differences between the current sector in the active window and the last sector copied with the "Copy Sector" command, starting at the highlighted byte in the active window. If a mismatch is found, the copied sector's byte value appears in the edit box.
  42.  
  43.  
  44. Text conversion
  45.  
  46. A flexible text conversion feature is included in AtariVD Editor 1.2.2. The two included functions, "Atari to Mac" and "Mac to Atari", simply replace the ATASCII carriage return with its Macintosh equivalent, and vice versa. All resources of type "txtc" appear in the "Text" menu, identified by their resource names.
  47.  
  48. ResEdit users can add or modify text conversions using the template (TMPL "txtc") included in AtariVD Editor's resource fork. The format of the "txtc" resource is:
  49.  
  50.      NumChanges - # of conversions in resource (2 bytes)
  51. Each conversion spec contains these two fields:
  52.      Source ASCII - look for byte with this ASCII code/value. (2 bytes)
  53.      Dest ASCII - change source byte to this ASCII code/value. (2 bytes)
  54.  
  55. If "Dest ASCII" is less than zero, AtariVD Editor removes any bytes matching "Source ASCII" from the converted text file. Feel free to add to, or modify, any "txtc" resources you wish in the program, so long as you don't distribute modified versions of AtariVD Editor itself.
  56.  
  57.  
  58. Limitations of this version:
  59. 1.    You should write and delete MyDOS DOS files only from the DOS itself. AtariVD Editor will not make the MyDOS virtual disk bootable by importing the "DOS.SYS" and "DUP.SYS" files.
  60.  
  61. 2.    The boot data in the first 3 sectors of a double density disk are written contiguously in the first 384 bytes after the header. I believe this is compatible with PCXFormer. However, this differs from the ATR format (according to the documentation I have) which stores the data in the first 128 bytes of each sector. My boot sector handling is still crude, so any help or info about MyDOS boot sectors is much appreciated.
  62.  
  63.  
  64. System Requirements:
  65.     AtariVD Editor 1.2.2 should run on any Macintosh using System 7.0 or later.
  66.  
  67.  
  68. Version History:
  69.     1.0  -  June, 1995
  70.     - Initial version.
  71.  
  72.     1.1  -  June 26, 1995
  73.     - Minor bug fixes, sector editor added.
  74.  
  75.     1.1.1  -  February 8, 1996
  76.     - Problems with Atari DOS 2/MyDOS 4.5 filename conversions fixed.
  77.     - Ability to reorder files within a directory added.
  78.     - Apple Event support added.
  79.  
  80.     1.2  -  June 27, 1996
  81.     - Added highlight frame around currently selected list. Only one list active at a time.
  82.     - Sectors are now copied & pasted with the standard Edit menu commands.
  83.     - Bug which caused the "Free Sectors" indicator to not update when a MyDOS directory was created or
  84.     - erased has been fixed.
  85.     - Other minor display bugs fixed.
  86.     - Arrow keys work in the file list.
  87.     - Full MyDOS 4.5 subdirectory path is displayed by clicking on the directory indicator.
  88.     - "Import" button added and "Erase" button works with both files and directories.
  89.     - Text conversion added.
  90.  
  91.     1.2.1  -  June 29, 1996
  92.     - Changed "Write Sector" button title to "Save Sector" to match documentation. oops!
  93.     - Added Find Again command.
  94.     - Redesigned virtual disk header information display.
  95.     - Other minor cosmetic changes to some dialogs, etc.
  96.     - Replaced directory path window with a pop-up menu allowing upward subdirectory navigation.
  97.  
  98.     1.2.2  -  July 7, 1996
  99.     - Fixed a careless bug which caused the program to crash after clicking a button in a DOS 2.x window.
  100.     - File & subdirectory searching added.
  101.  
  102. Future enhancements:
  103.     Refined MyDOS boot sector handling.
  104.  
  105. Please email any bug reports, comments, questions, etc., to: <richczeta@aol.com>
  106.  
  107.  
  108. The Rainbow emulator demo can be downloaded from:
  109.     http://www.cityscape.co.uk/users/jx91/emulators.html
  110.  
  111. A tiny DCM to ATR file conversion utility and Disk Communicator 3 are also at this site.
  112. I prefer the "nostalgia" of using Disk Communicator within Rainbow, myself.  :)
  113.  
  114.  
  115. AtariVD Editor 1.2.2 is freeware. As such, it may be distributed so long as it's not modified or sold.
  116. Permission is granted for Macintosh user groups to include it in collections of software.
  117.  
  118. Have fun!